home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / etcai / etnet.bat < prev    next >
DOS Batch File  |  1993-01-18  |  281b  |  19 lines

  1. @echo off
  2. if %1==on goto setnet
  3. If %1==off goto unset
  4. goto end
  5. :setnet
  6. md system
  7. copy etnet.bat system\etcai.net
  8. echo .
  9. echo NETWORKING INSTALLED -- SHARE MUST BE ACTIVE.
  10. echo .
  11. goto end
  12. :unset
  13. del system\etcai.net
  14. echo .
  15. echo NETWORKING UNINSTALLED
  16. echo .
  17. :end
  18.  
  19.